home *** CD-ROM | disk | FTP | other *** search
- #################################################
- # #
- # Animation demo setup script. You should run #
- # this script to create the data files needed #
- # by animate. #
- # #
- #################################################
- prompt Creating animation data files
- prompt Please wait....
- show on
- clear
- pendown
- pencolor 14
- setxy 0 100
- setxy 100 100
- setxy 100 0
- setxy 0 0
- setxy 100 100
- setxy 0 100
- setxy 100 0
- penup
- setxy 35 30
- fill
- setxy 80 85
- fill
- pendown
- pencolor 1
- # save 1st file
- save adata.001
- clear
- pendown
- pencolor 14
- setxy 0 100
- setxy 100 100
- setxy 100 0
- setxy 0 0
- setxy 100 100
- setxy 0 100
- setxy 100 0
- penup
- setxy 30 35
- fill
- setxy 85 80
- fill
- pendown
- pencolor 1
- # ssave 2nd file
- save adata.002
- show off
- prompt Done
-